41. Create Your Own NN

In this lesson, you learned the power of perceptrons. How powerful one perceptron is and the power of a neural network using multiple perceptrons. Then you learned how each perceptron can learn from past samples to come up with a solution.

Now that you understand the basics of a neural network, the next step is to build a basic neural network. In the next lesson, you'll build your own neural network.